Release 10.1A: OpenEdge Getting Started:
Installation and Configuration
pkiutil
Provides all of the functions necessary to create and manage key store entries for OpenEdge SSL servers. It creates these entries from pairs of private keys and digital certificates that it stores in the OpenEdge server key store (located in
Note: You must submit a public-key certificate request that is generated for each new key store entry that you want to create with this utility to a Certification Authority (CA). The CA then returns the necessary server (public-key) certificate for you to import and complete creation of the new key store entry.OpenEdge-Install-Dir\keys).
-briefProvides less information or as specified for the function.
-verboseProvides more information or as specified for the function.
-format { DER | PEM }Specifies the certificate format for the
-importand-displayfunctions. The default input format for a certificate is Privacy Enhanced Mail (PEM). Because some CAs issue public-key certificates in a binary format (DER) you must specify-formatDERto import these certificates.-displaycert-fileDisplays the digital certificate file information contained in the operating system disk file,
cert-file. You must specifycert-fileas a fully qualified operating system file pathname. The-verboseoption displays complete certificate information, and the-briefoption displays less certificate information for each key store entry.-importalias cert-fileImports a CA-issued SSL server digital (public-key) certificate from the disk file,
cert-file, pairs it with the-newreq-generated private key identified by the specified alias name (alias), and places the pair in the key store as a new entry identified byalias. The function prompts for the same password used to generate the public-key certificate request for this entry.-list [alias... ]Displays a list of key store entries identified by each alias name (
alias). You can specify multiple aliases, but you cannot use wild cards. If you specify no alias,pkiutildisplays all entries in the key store. The-verboseoption displays complete certificate information, and the-briefoption displays less certificate information per key store entry.[ -keysizesize] -newreqaliasGenerates a new private/public-key pair and a corresponding public-key certificate request (suitable for submission to a CA), stored under the alias name specified by
alias, and placed in theOpenEdge-Install-Dir\keys\requestsdirectory.You must specify an
aliasname between 1 and 39 characters long and use only the following characters:
“0”to“9”“a”to“z”“A”to“Z”Note: The character “-” cannot be used as the first character.“_”and“-”The function prompts for a password with a minimum of four characters using any printable ASCII character. You must use this same password to later create and allow access to the key store entry generated from this certificate request.
When
pkiutilgenerates the keys and certificate request for this function, by default it generates keys using the RSA asymmetric encryption algorithm with a 1024-bit key size. If you require a different key size, you can specify the number of bits to generate using the-keysizeoption (valid key sizes must be 512, 1024, or 2048 bits).aliasDisplays the public-key certificate request identified by
alias.-removealias...Removes one or more entries from the key store that you specify by their
alias. You cannot use wild cards. Moves each specified key store entry into thebackupsubdirectory of the key store and overwrites any key store entry previously stored in thebackupsubdirectory with the samealias.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |